Vcenter Authorization Permissions ListItem

Vcenter Authorization Permissions ListItem
Vcenter Authorization Permissions ListItem

The Vcenter Authorization Permissions ListItem schema contains information about an authorization permission in the vCenter Server.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "permission": "string",
    "info": {
        "object": {
            "type": "string",
            "id": "string"
        },
        "principal": {
            "type": "string",
            "name": "string",
            "domain": "string"
        },
        "role": "string",
        "propagating": false
    }
}
string
permission
Required

The ID of the permission.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.authorization.Permission. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.authorization.Permission.

info
Required

Information about the permission.

This property was added in vSphere API 9.0.0.0.